home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2845 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1012 b 

  1. Path: news1.h1.usa.pipeline.com!usenet
  2. From: grantp@usa.pipeline.com(Pete)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Classes in DLL's
  5. Date: 20 Jan 1996 00:11:16 GMT
  6. Organization: Kalevi, Inc.
  7. Message-ID: <4dpbv4$c0i@news1.usa.pipeline.com>
  8. NNTP-Posting-Host: pipe7.h1.usa.pipeline.com
  9. X-PipeUser: grantp
  10. X-PipeHub: usa.pipeline.com
  11. X-PipeGCOS: (Pete)
  12. X-Newsreader: Pipeline USA v3.3.0
  13.  
  14. On Jan 19, 1996 20:05:35 in article <Classes in DLL's>,
  15. 'jtoering@vnet.ibm.com' wrote: 
  16.  
  17.  
  18. >I am familiar with how to import functions from 
  19. >DLL's but how do you import class methods? 
  20. This depends on your compiler system.  They all 
  21. are similar in that you need to export your classes 
  22. as well as individual member functions.  Your compiler 
  23. documentation should describe how it is done. 
  24.  
  25. Be aware that DLL's that export classes -- or any C++ 
  26. symbols, for that matter -- are usable only by callers 
  27. that are compiled with the same vendor's compiler. 
  28.  
  29. -- 
  30. Pete Grant 
  31. Kalevi, Inc. 
  32. Object Oriented Software Development
  33.